home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 2286 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  32.8 KB

  1. Path: conch.aa.msen.com!not-for-mail
  2. From: brain@mail.msen.com (Jim Brain)
  3. Newsgroups: comp.sys.cbm
  4. Subject: COMP.SYS.CBM: General FAQ, v3.1 Part 8/9
  5. Supersedes: <cbmmainfaq80196@msen.com>
  6. Followup-To: comp.sys.cbm
  7. Date: 8 Feb 1996 19:14:03 -0500
  8. Organization: Brain Innovations, Inc.
  9. Sender: brain@msen.com
  10. Approved: news-answers-request@MIT.EDU
  11. Expires: 05 Mar 1996
  12. Message-ID: <cbmmainfaq80296@msen.com>
  13. Reply-To: brain@mail.msen.com
  14. NNTP-Posting-Host: conch.aa.msen.com
  15. Summary: This posting contains answers to questions that commonly surface in
  16.          comp.sys.cbm.  This posting will tell you enough to get your
  17.          computer connected to a network, fixed, and/or enhanced.  This file
  18.          should be read by new users of comp.sys.cbm before posting to the
  19.          group.  It should also be proofread by users who are currently
  20.          active in comp.sys.cbm.
  21. Keywords: CBM FAQ Help List C64 C128 VIC Modem
  22. X-URL: http://www.msen.com/~brain/
  23.  
  24.  
  25. X-Posted-By: YPost, version 0.07.B1109
  26.  
  27.  
  28. Archive-name: cbm-main-faq.3.1.p8
  29. Comp-answers-archive-name: commodore/main-faq/part8
  30. News-answers-archive-name: commodore/main-faq/part8
  31. Comp-sys-cbm-archive-name: main-faq/part8
  32. Version: 3.1
  33. Last-modified: 1996/02/08
  34.              
  35.  
  36.   ---------------------------------------------------------------------------
  37.   
  38.   Table of Contents (for this file)
  39.   ---------------------------------
  40.  
  41.   13.  Enhancements
  42.   13.1.  How do I increase my disk drive's transfer speed?
  43.   13.1.1.  What is a Fastloader?
  44.   13.1.2.  What is a ROM replacement?
  45.   13.1.3.  What are the disadvantages to using a drive enhancement?
  46.   13.1.4.  What other things can I do to speed up the drive?
  47.   13.2.  How do I expand my disk drive's capacity?
  48.   13.2.1.  What is a Hard Drive?  Who sells them?
  49.   13.2.2.  What is 64NET?
  50. + 13.2.3.  What is SERVER64?
  51.   13.3.  How do I expand my computer's RAM capacity?
  52.   13.3.1.  What is a Ram Expansion Unit?
  53.   13.3.2.  What is a geoRAM Unit?
  54.   13.3.3.  What is battery backed GeoRAM (BBGRam)?
  55.   13.3.4.  What is a RAMLink?
  56.   13.3.5.  What is a RAMDrive?
  57.   13.3.6.  How do I expand my C128 Video RAM?
  58.   13.3.7.  How do I expand my C64 internally?
  59.   13.3.8.  How do I expand my C128 internally?
  60.   13.4.  How do I increase my computer's speed?
  61.   13.4.1.  How do I increase my Commodore 64's speed?
  62.   13.4.2.  How do I increase my Commodore 128's speed?
  63.   13.4.3.  Can I speed up other Commodore computers?
  64.   13.5.  How do I increase my computer screen's resolution?
  65.   13.5.1.  How do I increase my Commodore 64's screen resolution?
  66.   13.5.2.  How do I increase my Commodore 128's screen resolution?
  67.   13.5.3.  How do I increase other CBM computers' resolutions?
  68.   13.6.  How do I increase my computer's serial transfer speed?
  69.   13.7.  How do I increase my computer's sound quality?
  70.   13.8.  What other ways can I expand my Commodore computer?
  71.  
  72.   ---------------------------------------------------------------------------
  73.   
  74.   
  75.   13.  Enhancements
  76.   
  77.   If you like to tinker with your Commodore to get the best possible
  78.   performance out of it, these suggestions and products may help you
  79.   in your quest.
  80.   
  81.    
  82.   13.1.  How do I increase my disk drive's transfer speed?
  83.   
  84.   Since the introduction of the Commodore VIC-20 and the slow serial bus,
  85.   Commodore owners have been plagued by slow disk access.  There are two 
  86.   ways to allevaiet this problem, fastloaders and ROM replacements.
  87.  
  88.   
  89.   13.1.1.  What is a Fastloader?
  90.  
  91.   The Commodore 1541 drive and any drive attached to a VIC-20, C64, Plus 4,
  92.   C116, or C16 suffer from very slow read and write times.  This is caused
  93.   by Commodore's haste in "economizing" the IEEE-488 bus used in the PET
  94.   series of Commodore computers into the serial bus.  The IEEE-488 bus
  95.   transferred 8 bits of data at a time, and performed some synchronization
  96.   steps, or handshaking, between bytes.  Commodore reduced the path to 1 bit
  97.   but kept most of the original handshaking, most of which is redundant when
  98.   transferring 1 bit at a time.  Early on, some developers noted that, since
  99.   the 1541 drive was intelligent enough to execute a program loaded into its
  100.   RAM, and the Commodore operating system calls to do disk I/O could be
  101.   bypassed, they could write software that sped up the loading process by
  102.   modifying or completely changing the protocol used on the serial bus.  This
  103.   is the idea behind fastload cartridges like FastLoad, Mach 5, etc...
  104.  
  105.  
  106.   13.1.2.  What is a ROM replacement?
  107.   
  108.   As programs became more complex, some programs would not operate with
  109.   this approach.  Thus, the developers then rewrote parts of the Commodore
  110.   operating system on both the computer and the disk drive, and replaced the
  111.   parts of them that did disk I/O with new pieces of code.  This is the idea
  112.   behind JiffyDos and others.
  113.  
  114.   The basic idea in speeding up the disk drive is to use more than 1 line
  115.   to transfer data, effectively doubling the transfer speed.  Then, reduce
  116.   synchronization requirements in the protocol to a bare minimum, as
  117.   synchronizing time is time not being used to do transfers.
  118.  
  119.   The fastload cartridges are handicapped somewhat by the need to transfer
  120.   the portion of the program that runs in the disk drive to the drive using
  121.   the slow speed evry time the drive is used.  This can be alleviated
  122.   somewhat, but the replacement operating system replacement products like
  123.   JiffyDos win the race since they do not need to load code into the drive,
  124.   as it is already there.
  125.  
  126.  
  127.   13.1.3.  What are the disadvantages to using a drive enhancement?
  128.   
  129.   The products are not 100% compatible, as they sacrifice reliability for
  130.   speed somewhat.  That means that a program that does not load due to an
  131.   error while using a fastload product will probably load without the
  132.   fastloading enabled.  Also, some programs can not handle the change in
  133.   loading or reading speed, so these enhancements yield about 90%
  134.   compatibility.
  135.  
  136.  
  137.   13.1.4.  What other things can I do to speed up the drive?
  138.   
  139.   You can also increase the speed of disk drive operation by organizing
  140.   consecutive parts of a file on disk to fall a certain number of disk
  141.   sectors apart.  This is called the interleave or interleaving factor.
  142.   Normally, a 1541 disk drive space consecutive parts of a file 10 sectors
  143.   apart, but you can change that a little to minimize the time needed to find
  144.   consecutive parts of a file.
  145.  
  146.   Also, the C128 in 128 mode hooked up to a 1571 or 1581 has a built-in
  147.   fastloading scheme called burst loading.  Therefore, if you are in 128 mode
  148.   and hooked up to a 1581 or a 1571, you already have this feature.  However,
  149.   the 128 in 64 mode reverts back to the old slow serial routines, and the 128
  150.   in any mode using a 1541 cannot use the burst load routines.
  151.  
  152.   
  153.   13.2.  How do I expand my disk drive's capacity?
  154.   
  155.   Software Support International sells the 1541 RAMBoard, which will increase
  156.   you 1541's memory.  SSI used to market a similar board for the 1571, but they
  157.   have depleted stock and no longer carry it.
  158.   
  159.   You can also expand your disk drives on board RAM capacity, and use that extra
  160.   memory for better archiving performance.
  161.  
  162.  
  163. + 13.2.1.  What is a Hard Drive?  Who sells them?
  164.   
  165. + A hard disk drive is a non-removable ramdom access medium similar that 
  166. + allows one to store very large quantities of data.  Hard disk drives
  167. + are mandatory on most newer computer systems, but are usually optional
  168. + for Commodore 8-bit computers.  However, the faster load time, the 
  169. + greater capacity, and the ease of use make them desirable.
  170.   
  171.   CMD sells hard drives for the Commodore 64 and 128.  They range in sizes
  172.   from 50 Megabytes on up.  In comparison, a Commodore 1581 drive holds
  173.   .8 Megabytes.
  174.  
  175.  
  176. + 13.2.2.  What is 64NET?
  177.   
  178.   If you have access to an IBM of some kind (preferrably with a hard drive),
  179.   you can use a product called 64NET to hook the drive up to the Commodore.
  180.   64NET consists of a cable which connects the CBM User Port and the IBM
  181.   Parallel Port together, and a program that runs on both machines.  The
  182.   program on the IBM is a standard application, but the CBM part is a wedge,
  183.   so it should integrate seamlessly with some programs.  There is now just
  184.   one copy of the product.  Registered users simply receive a 64NET.KEY
  185.   file that enables SAVING.  There is a student discount of AUS$40.00.
  186.  
  187.   The product is at version 1.82.45N BETA and has full OPEN/CLOSE/READ/READST
  188.   support, can support 4 gigabyte IBM partitions, and have a built-in
  189.   off-board monitor which includes some dos wedge functions. The
  190.   IBM programs have link-based helpsystems and will run on any IBM
  191.   machine.  The registered version allows saving of files, wheras the PD
  192.   version does not.
  193.  
  194.   The registered BETA version is available (with upgrade to final version
  195.   free) for AUS$50.00, while the unregistered version is free.  These
  196.   prices do not include the cable that is required for operation.  The cable,
  197.   program, and more information can be received from Paul Gardner-Stephen at
  198.   gardners@ist.flinders.edu.au.  Also, the system can be ordered from:
  199.  
  200.   In Europe:
  201.  
  202.   Performance Peripherals Europe
  203.   Germany
  204.   +49 2227 3221
  205.  
  206.   Michael Renz
  207.   +49 2227 3221
  208.  
  209.   And in Australia from:
  210.  
  211.   Russell Alphey
  212.   +61 3 4278558 (A/H
  213.   r.alphey@dce.vic.gov.au
  214.  
  215.   Paul Gardner-Stephen
  216.   +61 8 277 7479 (A/H)
  217.  
  218.   Versions are available for the C64 and C128, and a C65 version is close to
  219.   completion.
  220.  
  221.   
  222. + 13.2.3.  What is SERVER64?
  223.  
  224.   SERVER64 is a product like 64NET, in that it allows you to use an IBM PC
  225.   as a large hard drive.  However, unlike 64NET, SERVER64 does not require
  226.   a connection to the user port and a special boot program be run.  Instead,
  227.   the system uses an X1541 cable to attach the Commodore 64 serial port to 
  228.   an IBM parallel port.  
  229.   
  230.   The product is available at:
  231.   
  232.   ftp://ccnga.uwaterloo.ca/pub/incoming/SERVER64.ZIP
  233.   
  234.   Documentation is available at:
  235.   
  236.   ftp://ccnga.uwaterloo.ca/pub/incoming/SERVER64.TXT
  237.   
  238.   Both are expected to move to the /pub/cbm/emulation directory soon.
  239.   
  240.   
  241.   13.3.  How do I expand my computer's RAM capacity?
  242.  
  243.   13.3.1.  What is a Ram Expansion Unit?
  244.   
  245.   The original form of RAM expansion available to the C64 and C128 were the
  246.   Commodore REUs (Ram Expansion Units).  These REUs plug into the cartridge
  247.   port, and provide 128K (the C=1700), 256K (the C=1764), or 512K (the C=1750)
  248.   of additional RAM.
  249.  
  250.   This RAM is not true system RAM however; simply adding a 512K REU to your
  251.   system does NOT mean that your word processor will suddenly be able to edit
  252.   512K larger documents.  A REU will only be used by a program that was
  253.   written to take advantage of an REU.  As a caveat on this, you can use your
  254.   REU as additional RAM for a RAMLink .
  255.  
  256.   An REU can be used as a Commodore Disk Drive by running the program
  257.   RAMDOS.  This will allow users to save and load files from the REU.
  258.  
  259.   If you are using CP/M, the REU can be configured to act like a disk drive
  260.   under CP/M.
  261.  
  262.   Although the C=1764 was originally advertised for the C64, and the 1700 and
  263.   1750 for the C128, any of the three RAM expanders will work with either the
  264.   C64 or the C128.  Note that if you want to use any of them on the C64, you
  265.   need a heavy duty power supply.  The 1764 comes with such a power supply.
  266.  
  267.   There are hardware hacks that will expand a 1700 or a 1764 to 512K;
  268.   additionally, a 512K REU can be expanded to 1 Meg or more.  The plans are 
  269.   at ftp://ccnga.uwaterloo.ca/pub/cbm/hardware.  While it appears completely
  270.   safe to upgrade your REU to 1 Meg, there have been some reports of problems
  271.   with REU's upgraded to 2 Megs.  Sometimes the REU will work fine for a while,
  272.   then fail.  If you are upgrading your REU, it would probably be wise to stop
  273.   at 1 Meg.  If you are still memory hungry, consider a CMD RAMLink.
  274.   
  275.   If you don't wish to do it yourself, there are people who will do it for 
  276.   you, for a fee.  The following individual will do RAM expansions on the 
  277.   17xx series. He Has lots of experience doing these modifications. His 
  278.   current quoted price for expanding a 1750 from 512k to 1 meg is $60. Call 
  279.   for the latest prices.  In addition he can do repairs on the RAM.
  280.  
  281.   Raymond Day
  282.   9601 Morton Taylor Road
  283.   Belleville, MI 48111-1328
  284.   r.day@genie.geis.com (Contact)
  285.   (313) 699-6727
  286.  
  287.   On a similar note, Software Support International sells a device called
  288.   the 1750 clone, which functions just like a 1750.  It is not as expandable
  289.   as the real 1750, but can be used where a 1750 is recommended or required.
  290.  
  291.   13.3.2.  What is a geoRAM Unit?
  292.  
  293.   When Commodore REUs became hard to find several years back, Berkeley
  294.   Softworks introduced geoRAM, which is a 512K RAM expander.  This RAM
  295.   expander gives you all of the advantages of a 1750 with GEOS.  However, it is
  296.   not 1750 compatible, so it will not work like a 1750 outside of GEOS; it is
  297.   transparent to other programs.  (As a caveat on this, see the info on
  298.   RAMLink)).  DesTerm128 2.0 will not work with a geoRAM plugged in.  A
  299.   special version of GEOS 2.0 (which is bundled with geoRAM) is necessary to
  300.   use geoRAM.  No additional power supply is necessary to use geoRAM.  The
  301.   geoRAM can be upgraded to 2MB also.  Contact Jens-Michael Gross at
  302.   grossibr@buran.fb10.tu-berlin.de for information on upgrading the geoRAM.
  303.  
  304.   The geoRAM can be used without GEOS if it is installed in a RAMDrive or
  305.   RAMLink.  See Section 13.3.4 for information.
  306.   
  307.   13.3.3.  What is battery backed GeoRAM (BBGRam)?
  308.   
  309.   Battery Backed GeoRam is a products marketed by Performance Peripherals
  310.   Incorporated.  The unit is actually a geoRAM clone, but has battery backup 
  311.   included within the unit.  The unit can be ordered in the following 
  312.   configurations:
  313.  
  314.   512kBytes     $92.97US
  315.   1MBytes      $123.97US
  316.   2MBytes      $165.97US
  317.  
  318.   13.3.4.  What is a RAMLink?
  319.  
  320.   RAMLink (RL) is a RAM expansion devices from CMD.  The RAM in these devices
  321.   can be partitioned into native mode partitions (with dynamically allocated 
  322.   subdirectories), or 1541, 1571, or 1581 emulating partitions.  Thanks to the
  323.   15x1 emulating partitions, software does not have to be specifically written
  324.   to run with a RL. The RL devices should appear as a disk drive to most 
  325.   programs.  One notable exception is DesTerm v2.00, which does not work 
  326.   with the RL.  There are few other exceptions, and no major commercial 
  327.   program has a problem running with an RL .  The deciding factor seems to be 
  328.   whether or not the program uses a drive's internal ram.  The RL does not 
  329.   'mimic' having this type of internal drive ram, and if a program relies 
  330.   upon this it will not run.  The heavily copy protected Digital Solutions' 
  331.   programs use this drive ram for its burst loading routines.  So, even 
  332.   though a Maverick/RamBoard combination will write a copy of it to the RL, 
  333.   it will fail to boot.  However, these programs, once booted from a 1571, 
  334.   will use and access all of RL's many functions for lightening fast loads 
  335.   and saves.
  336.  
  337.   RL has ts own power sources, separate from the computer.  When you turn 
  338.   off the computer, the power to the RL is left on, leaving its contents 
  339.   intact.  This power supply always remains on.  (For safety from power 
  340.   outages, battery backups are also available.)
  341.  
  342.   RAMLink is a powerful, large device.  It can be configured from 0 to
  343.   up to 16 Megs of RAM, using industry standard 1x8 (100ns) 1 Meg and 4 Meg
  344.   SIMMs.(1x9, and faster Simms can be used.)  The RL is constructed so that
  345.   the user may easily add additional SIMMs at any time.
  346.  
  347.   RAMLink has a port into which you can plug a Commodore REU or a geoRAM.
  348.   You can configure RAMLink to either leave this RAM device alone, or to use
  349.   the REU/geoRAM's RAM just as if it were part of the RAMLink's RAM.  A
  350.   RAMLink also has a pass-through port, in which you can plug a normal
  351.   C64/C128 cartridge, and a parallel port for a CMD hard drive.  The latter
  352.   greatly improves the transfer speed of data between your computer and the
  353.   hard drive.
  354.  
  355.   If you have a geoRAM, the geoRAM can be plugged into the RL .  the
  356.   geoRAM then acts as an extra piece of ram-based disk storage.
  357.  
  358.   The RL comes with a very well documented, thorough, and easily
  359.   referenced User Manual.  Contact CMD for more details.
  360.  
  361.   Nhat-Viet Phi is compiling a list of RAMLink and RAMDrive owners around the
  362.   world.  The resulting list comprises the RAMLink User's Group (RUG), and 
  363.   those individuals are called "RUG-Bees".  Email nhatviet@nucleus.com after
  364. | September, 1995 for more information or inclusion in the group.
  365.  
  366.  
  367.   13.3.5.  What is a RAMDrive?
  368.   
  369.   The RAMDrive is similar in function to the RAMLink sold by CMD (see 
  370.   Section 13.3.4).  The main differences are the smaller amount of memory
  371.   (1-4 MB) and the smaller size. 
  372.   
  373.   At one time, the RAMDrive was sold by CMD, but is no longer available 
  374.   through them. However, Performance Peripherals, Inc. still sells the
  375.   RAMDrive unit.  
  376.   
  377.   
  378.   13.3.6.  How do I expand my C128 Video RAM?
  379.  
  380.   The original, "flat" C128's came with an 80 column display that had it's own
  381.   display RAM that was separate from the system memory of the computer.  This
  382.   "VDC RAM" was 16K in size.  After Commodore introduced the C128D, they
  383.   changed the design and marketed some versions of the Commodore 128D with
  384.   64K of VDC RAM.  Since them, some programs (e.g. I-Paint, Dialogue128)
  385.   have come out that either need or support 64K of VDC RAM.  Owners of flat
  386.   128's can upgrade their video RAM to 64K either by ordering an upgrade
  387.   plug-in board(e.g. from Software Support International), or by replacing the
  388.   RAM chips themselves.  All that needs to be done is, the two 4416 RAM chips
  389.   next to the VDC chip need to be replaced with 4464 RAM chips.  Note,
  390.   however, that since this involves soldering in tight quarters on your 128's
  391.   motherboard, it is very easy to damage the motherboard or the nearby VDC
  392.   chip.  Whenever you wish to use the extra RAM, be sure to set bit 4 in the
  393.   VDC register 28 (0 = 16kB, 1 = 64kB).
  394.   
  395.  
  396.   13.3.7.  How do I expand my C64 internally?
  397.  
  398.   THE TRANSACTOR magazine published two articles written by Paul Bosacki on
  399.   expanding the Commodore 64.  The first article (in Transactor 9.2) described
  400.   how to expand the 64 to 256kB by swapping RAM chips and contained switches
  401.   to perform some special options.  The second (in Transactor 9.6) describes
  402.   how to expand the Commodore 64 to 1MB, using a 512kB REU and 512kB on the
  403. | motherboard.  In addition, this expansion needs no switches to enable
  404.   options, which is an enhancement to the first article.
  405.  
  406.   The Nordic/Finnish MicroBITTI magazine published a two part article by Pekka
  407.   Pessi on expanding the Commodore 64.  Pessi's design (in MicroBITTI Issues
  408.   1 and 2 for 1987) split the C64 memory map into 4 16kB pages, which could be
  409.   each mapped to any 16kB page in 256kB of memory.  It uses the same approach
  410.   of swapping the 64kB DRAMs for 256kB ones, but does the addressing somewhat
  411.   differently.
  412.  
  413.   In 1993, Marko Makela, with help from Pekka Pessi, translated Pessi's
  414.   article into English and made it available via the Internet.  It is now
  415.   available at ftp://ftp.funet.fi/pub/cbm/documents/ or
  416.   ftp://x2ftp.oulo.fi:/pub/cbm/docs/
  417.   
  418.  
  419.   13.3.8.  How do I expand my C128 internally?
  420.  
  421.   Marko Makela has written an article on how to expand the C128 and C128D's
  422.   memory up to 1024kB.  It is compatible with his earlier article on expanding
  423.   the C64 to 256kB, so programs written for the expanded 64 should run on the
  424.   expanded 128 in 64 mode.  The plan and schematic is available via ftp
  425.   from nic.funet.fi in directory /pub/cbm/documents/1028.
  426.  
  427.   The C-256 and C-512
  428.  
  429.   Twin Cities 128  issues #30 and #31 have a hardware scheme for expanding
  430.   your 128 to 256K or 512K.  To people who understand banking on the 128, the
  431.   256K modification adds RAM blocks 2 and 3 to your system.  The 512K
  432.   modification adds four more RAM blocks that can be accessed as alternate RAM
  433.   blocks 2 and 3, or as a completely separate set of RAM blocks 0-3.
  434.  
  435.   As with Commodore REUs, software must specifically support the expanded RAM.
  436.   Since these modifications are relatively new, there is not much software out
  437.   yet that supports the additional RAM.  However, ACE 128 does support this
  438.   expansion without any special drivers.
  439.  
  440.   The hardware modification, while simple from software's point of view, is
  441.   rather difficult to perform in hardware.  Richard Curcio, the designer of
  442.   the memory modifications, can modify your 128 for you.  See Twin Cities 128
  443.   issue #31 for more information.
  444.  
  445.   
  446.   13.4.  How do I increase my computer's speed?
  447.  
  448.   There are a number of products that can increase the operating speed of
  449.   the Commodore 64.  These products work by turning off the on-board 6510
  450.   and turning on a compatible microprocessor, usually a 65C02 or a 65C816
  451.   in 6502 emulation mode.  These products will work with any software that
  452.   does not mind running up to 4 times faster and does not use any of the
  453.   undocumented opcodes of the 6502 IC.
  454.   
  455.   Also, for a quick way to gain a small speed increase, please see Section 
  456.   17.2.
  457.   
  458.  
  459.   13.4.1.  How do I increase my Commodore 64's speed?
  460.  
  461.   Please note that some of these products are no longer offered for sale
  462.   by the original companies, but can be purchased from individuals as used
  463.   equipment.
  464.  
  465.   Turbo Master Accelerator for C64.
  466.  
  467.   The Turbo Master Accelerator is for a C64 (or C64 mode of C128) only, uses
  468.   a Rockwell R65C02P4 microprocessor clocked at 4.09 MHz, has its own 64K of
  469.   fast static RAM and a 32K EPROM, has hardware/software switchable speed
  470.   between 4.09 and normal, and has an enhanced ROM with faster disk routines
  471.   that can also be disabled.  A JiffyDOS compatibility option was available.
  472.  
  473.   Turbo Process Accelerator for the C64.
  474.  
  475.   This accelerator, made by Rossm"oller, uses a 65C816P-4 microprocessor
  476.   to operate the 64 at three speeds: 1MHz, 4 MHz, or anything between 50kHz
  477.   and 4 MHz.  The 65C816 is a 16 bit version of the 6502/6510, so it is
  478.   possible to write software for the new IC that takes advantage of the 16
  479.   bit opcodes.
  480.  
  481.   Flash 8
  482.  
  483.   This accelerator, the only one being currently produced, is also the 
  484.   fastest such accelerator for the Commodore 64 to date.  The module, 
  485.   which plugs into the expansion port of the Commodore 64, increases
  486.   the CPU processing speed from 1MHz to 8MHz.  It uses a 65816 CPU 
  487.   (The 65816 is a descendant of the 65XX series) running at 8MHz to enable 
  488.   the increased speed.  Also, it can be optional expanded to 4 or 8 MB RAM 
  489.   onboad.  This product is the successor to the Rossmoeller TurboAccess 4MHz 
  490.   accelerator card.  The unit has the capability to provide 10x speed disk 
  491.   access via a parallel cable and has a CP/M option.  
  492.   
  493.   GEOS compatible requires the special patches that are available from the 
  494.   manufacturer, and games or demos which do very intensive timing or raster
  495.   effects might not fucntion correctly.  At present, the accelerator only
  496.   works on PAL 64s of certain revisions and will not function on a C128 in 
  497.   64 mode.  Currenlty, the REU is not supported.
  498.   
  499.   From the advertisement:
  500.  
  501.     "FLASH 8 is a GEOS-compatible module for the expansion port with a 65816
  502.      CPU that speeds the C64 to 8Mhz by highest compatibility with existing
  503.      software.  Additionally to the original Commodore Kernal a JiffyDos
  504.      kernal is available. You can choose between two different kernals via
  505.      DIP-switch.  Flash 8 comes either with 256 Kbyte or 1 Mbyte RAM onboard.
  506.  
  507.      A CP/M-emulator for running Z80-CP/M-Software, a macro-library and
  508.      assembler for the 65816 in native-mode are included."
  509.  
  510.   The prices are:
  511.  
  512.   349 DM (~$245.00 US) for the unit with 256kB RAM.
  513.   449 DM (~$315.00 US) for the unit with 1MB RAM.
  514.  
  515.   It is being manufactured and sold by Discount 2000 and Performance
  516.   Peripherals, Inc.
  517.  
  518.   The Turbo Master Accelerator is for a C64 (or C64 mode of C128) only, uses
  519.   a Rockwell R65C02P4 microprocessor clocked at 4.09 MHz, has its own 64K of
  520.   fast static RAM and a 32K EPROM, has hardware/software switchable speed
  521.   between 4.09 and normal, and has an enhanced ROM with faster disk routines
  522.   that can also be disabled.  A JiffyDOS compatibility option was available.
  523.  
  524.   CMD Super 64 CPU
  525.  
  526.   The CMD Super 64 CPU accelerator cartridge, currently under development by 
  527.   Creative Micro Designs, will allow a Commodore 64 or Commodore 128 (in 64
  528.   mode) to reach CPU speeds of 10 or 20 MHz.  Two versions of the external 
  529.   cartridge will be produced, a 10MHz version and a 20MHz version.  
  530.  
  531.   Although the unit's specifications are not yet finalized, the most current 
  532.   information states that a Western Design Center 65C816S 16bit CPU core 
  533.   (with 6502 emulation) will form the heart of the unit.  The accelerator 
  534.   will be compatible will all standard peripherals for the Commodore 64,
  535.   including the 1500 series disk drives and the 1700 series Ram Expansion
  536.   Units.  In addition, the unit will be compatible with GEORam and the various
  537.   peripherals offered by CMD, such as the HD and FD series disk drives and
  538.   the RAMLink.
  539.   
  540.   Internally, the unit will contain a WDC 65C816S CPU and 64kB of fast static
  541.   RAM for no-wait program processing.  Both a stock and JiffyDOS enhanced
  542.   kernel will be available, and the user can completely disable the unit if
  543.   desired without unplugging.  Also, the speed of the unit (1MHz or maximum
  544.   speed) can be selected via switch or software.  A pass through port will
  545.   allow the user to use existing cartridges, and a planned expansion port
  546.   dubbbed the "Rocket Socket" will allow RAM or functionality enhancements to
  547.   be added to the accelerator.
  548.  
  549.   Production units are scheduled in February, 1996, and a developer's package
  550.   will be made available to software authors.  The projected prices are as
  551.   follows:
  552.  
  553.   Super 64/10      US$149.00
  554.   Super 64/20      US$199.00
  555.  
  556.   Creative Micro Designs, Incorporated. (CMD)
  557.   15 Benton Drive
  558.   P.O. Box 646
  559.   East Longmeadow, MA  01028-0646
  560.   (800) 638-3263 (Orders only)
  561.   (413) 525-0023 (Information)
  562.   (413) 525-0147 (Fascimile)
  563.   cmd.sales@the-spa.com (Information and Pricing) 
  564.   cmd.support@the-spa.com (Technical Support) 
  565.   cmd.cac@the-spa.com (Charles Chistianson - Marketing) 
  566.   doug.cotton@the-spa.com (Doug Cotton - Technical Writer)
  567.   
  568.  
  569.   13.4.2.  How do I increase my Commodore 128's speed?
  570.  
  571.   The ZIP card for your C128.
  572.  
  573.   This accelerator was not produced.  Its development has been stopped due
  574.   to miscellaneous problems.  There are no accelerators for the 128 or 128D
  575.   at this time.
  576.  
  577.  
  578.   13.4.3.  Can I speed up other Commodore computers?
  579.  
  580.   Although it is possoble to accelerate just about any Commodore machine, 
  581.   no commercial products exist to speed up other Commodore computers.
  582.   
  583.   
  584.   13.5.  How do I increase my computer screen's resolution?
  585.  
  586.   Although the Commodore computers once reigned in terms or screen
  587.   rsolution and number of colors available, newer machines have surpassed
  588.   it in both areas.  Depending on whether you want more characters on the
  589.   screen or more colors at one time, these products might help.
  590.    
  591.   
  592.   13.5.1.  How do I increase my Commodore 64's screen resolution?
  593.   
  594.   Since the Commodore 64's VIC-II cannot be expanded, the only way to increase
  595.   the resolution of the Commodore 64 is to turn off the on-board video and
  596.   replace its output with one from another IC.  The simplist approach
  597.   involves attaching an 80 column video chip (6545, 6845, etc.) to the C64
  598.   via the expansion port.  This will provide 80 columns of monochrome text.
  599.   However, this is only useful for text applications, as most of these video
  600.   devices are not capable of doing high resolution graphics.  Also, none of
  601.   the following are currently produced, but many are sold as used equipment
  602.   by users.
  603.  
  604.   Batteries Included BI-80
  605.  
  606.   This unit combined an 80 column monochrome text video display (using the
  607.   6545 IC) and BASIC 4.0.  Either options could be turned on or off via
  608.   software control.
  609.  
  610.   DATA 20 80 column unit
  611.  
  612.   This unit preceded the BI80 unit, and was produced from 1982-1984.
  613.  
  614.   Protecto Enterprizes Protecto-80
  615.  
  616.   This was basically a repackaged DATA-20 unit.  Some circuitry was changed
  617.   to permit price reduction, but the same functionality is there.
  618.  
  619.  
  620.   13.5.2.  How do I increase my Commodore 128's screen resolution?
  621.  
  622.   The Commodore 128 comes equipped with an second video display controller
  623.   in addition to the 40 column VIC chip.  This chip can be used while in
  624.   64 mode through clever programming, and the controller's standard 640*200
  625.   pixel size can be expanded to 640*400.  However, there is no way to
  626.   completely overcome the color limitation of 16 colors
  627.  
  628.  
  629.   13.6.  How do I increase my computer's serial transfer speed?
  630.   
  631.   If you wish to operate serial devices at speeds faster than what the 
  632.   internal software emulated UART can handle, you will need to purchase 
  633.   a UART interface.  There are a couple of different kinds, and each has 
  634.   its advantages.
  635.   
  636.   To use these hardware UARTs, the application must be written to take
  637.   advantage of the device.
  638.   
  639.   SwiftLink
  640.  
  641.   the SwiftLink cartridge is manufactured by CMD and allows speeds up to 
  642.   38.4 Kbps.  This device contains a 6551 UART and plugs into your cartridge 
  643.   port and supplies you with a standard 9-pin serial port.  You then connect 
  644.   the desired modem.  Dialogue128, Novaterm64, and Kermit(v2.2s) support 
  645.   the SwiftLink.
  646.  
  647.   Creative Micro Designs, Incorporated. (CMD)
  648.   15 Benton Drive
  649.   P.O. Box 646
  650.   East Longmeadow, MA  01028-0646
  651.   (800) 638-3263 (Orders only)
  652.   (413) 525-0023 (Information)
  653.   (413) 525-0147 (Fascimile)
  654.   cmd.sales@the-spa.com (Information and Pricing) 
  655.   cmd.support@the-spa.com (Technical Support) 
  656.   cmd.cac@the-spa.com (Charles Chistianson - Marketing) 
  657.   doug.cotton@the-spa.com (Doug Cotton - Technical Writer)
  658.   
  659.   HART Cartridge
  660.   
  661.   The HART cartridge is a device similar to the Swiftlink in size.  However,
  662.   the HART unit conatins an 8255 UART IC and can handle speeds up to 57.6Kbps.
  663.   The unit is manufactured by Hatronics.
  664.   
  665.   Hatronics
  666.   195 Lincoln Avenue
  667.   Montclair, NJ  07042
  668.   (201) 783-7264
  669.   Mark Hatten (Contact)
  670.   
  671.   DataPump
  672.   
  673.   DataPump is a set of plans used to build a device that functions just like
  674.   a Swiftlink.  The plans are available at many FTP sites.
  675.    
  676.   ftp://ftp.funet.fi/pub/CBM/documents/datapump.sfx (GEOS format)
  677.   ftp://hamsterix.funet.fi/pub/CBM/documents/datapump.sfx (GEOS format)
  678.   ftp://ccnga.uwaterloo.ca/pub/cbm/INCOMING/hardware/
  679.   
  680.    
  681.   13.7.  How do I increase my computer's sound quality?
  682.   
  683.   SID Symphony
  684.  
  685.   The C64 and C128 come equipped with 1 Sound Interface Device (SID) IC.
  686.   This provides 3 channels of output.  For more channels, one can purchase the
  687.   SID Symphony cartridge from CMD to provide 3 extra channels.  Most newer
  688.   sound playing and editing software is able to use the extra channels.
  689.  
  690.   There are also a number of units one can purchase or build that will
  691.   provide MIDI capabilities for Commodore 64 and 128 users.
  692.  
  693.   
  694.   13.8.  What other ways can I expand my Commodore computer?
  695.    
  696.   There are many hardware items that you can use.  Below is a list of a few of
  697.   them.  Note that some of these items may no longer be in production, and
  698.   thus are only available as used equipment.
  699.  
  700.   80-Line Simplified Digital I/O Board
  701.  
  702.   This unit has 40 TTL input lines and 40 separate buffered digital output
  703.   lines plus an expansion socket that could support a standard ROM or clock/
  704.   calendar cartridge.  It works on the C64 and all modes of the C128
  705.   (including CP/M mode).  Its model number is the SS100 Plus.
  706.  
  707.   "Original Ultimate Interface"
  708.  
  709.   This is a universally applicable dual 6522 Versatile Interface Adapter board
  710.   with four 8-bit fully bidirectional I/O ports, eight handshake lines, and four
  711.   16-bit timer/counters.  It has IRQ interrupt capability and is expandable
  712.   to four boards.  It works on the C64 and all modes of the C128 (including
  713.   CP/M mode).  Its model number is the 641F22.
  714.  
  715.   A/D Conversion Module
  716.  
  717.   This unit is 16 channel, 8-bit, 100 microsecond conversion time.
  718.   Piggy-backs on the 641F22 and thus requires it to operate.  Works on the
  719.   C64 and all modes of the C128 (including CP/M mode).  Its model number is
  720.   641F/ADC0816.
  721.  
  722.   The Spartan Apple ][+ emulator for the C64, by Mimic Systems, Inc.
  723.  
  724.   In addition to allowing the use of Apple ][+ hardware/software, this
  725.   device boasted four software selectable C64 cartridge slots, a non-
  726.   dedicated 8-bit parallel port, and standard audio cassette deck
  727.   capabilities for the C64.
  728.  
  729.   ROM upgrades are available for the C-128 and the 1571.
  730.  
  731.   C64 Games Port Expander  (Model #8401) 40/80 column converter.
  732.  
  733.   Switchable, it has 4 independent cartridge sockets plus a 5th switch
  734.   position accessing an 80 col. character set ROM - (limited usability
  735.   because it *apparently* accesses a C64 Ram location which interferes
  736.   with a lot of stuff, I forget where or how) - and a 6th switch position
  737.   independent of the cartridge port for general use stuff.
  738.  
  739.   It was built into a neat steel housing designed to sit flat on the desktop
  740.   and slide into the cartridge port at exactly the right height.
  741.  
  742.    
  743.  
  744. -- 
  745. Jim Brain, Embedded Systems Designer, Brain Innovations, Inc.  (BII)
  746. brain@mail.msen.com "Above views DO reflect my employer, since I'm my employer"
  747. Dabbling in WWW, Embedded Systems, VR, Old CBM computers, and Good Times! -Me-
  748. <a href=http://www.msen.com/~brain/>BII, VR, CBM, and personal info</a>
  749.